home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / gui / precog2_1.lha / Precognition2_1 / src / src.lha / Precognition / makeIcon.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-01-11  |  100 b   |  8 lines

  1. #ifndef MAKEICON_H
  2. #define MAKEICON_H
  3.  
  4. #include <exec/types.h>
  5.  
  6. BOOL makeIcon( char* name );
  7.  
  8. #endif